ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.Base.Collections Namespace / C1ObservableItemCollection<TOwner,TItem> Class / C1ObservableItemCollection<TOwner,TItem> Constructor

In This Topic
    C1ObservableItemCollection<TOwner,TItem> Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal owner As TOwner _
    )
    public C1ObservableItemCollection<TOwner,TItem>( 
       TOwner owner
    )

    Parameters

    owner
    See Also